Update 0.3.0.0:
-Stripped the engine to bones and integrated C# and JS SDK for full control and easier embedding to other mods.

Update 0.2.4.2 :
-Patched a bug that cause a game crash due to repetitve resolution changing.
-Patched a major memory leak.

Update 0.2.4.1 :
-Did some small modifications so you no longer have to paste the binaries inside the game root folder. You have now to copy the settings.ini file, WebUI.asi file and the folder that contains the binaries cef-resources to the game root folder.
Important: MAKE SURE TO DELETE THE PREVIOUS INSTALLATION AND ESPECIALLY THE FILE CALLED "libcef.dll", it might cause a conflicts or crashes. If it prevents you from deleting it because another process is using it make sure to restart your computer and try deleting it again.
=> This patch was suggested by Lelac14 !

Update 0.2.4.0:
-Added countless engine tuning option so you can get the best performance.
-Added an in-game settings menu including new features : You can change the url and the keybindings live from the settings menu and apply them during runtime ( you will need to restart the game in order to apply all the other settings except the ones i mentioned early)

==>The rest of what i did is available in the settings menu with description.

Update 0.2.3:
- Added GPU Acceleration: New EnableGPU option in settings.ini (off by default). Turn on for better performance if you have a dedicated GPU.
- Rebranded the project: Now called WebUI (formerly NUILight) to avoid confusion between the real NUI and my tiny project :) .

Update 0.2.2:
- Full keyboard key support for ToggleVisibility and CaptureInput
- Graceful fallback if WebUI-Worker.exe is missing (no more worries from crashing or entering BSOD)
- Keyboard inputs now separate from mouse capture better for interactive demos
- Added ShowOnStart option in settings.ini
- License updated important changes for developers (see below)

Update 0.2.1:
- Fixed the known bugs seen in v0.1 and v0.2 ( browser visibility during the pause menu and the warning screens )
- Added a proper url fallback in case of the unavailability of the settings.ini file
- Added a proper freeze protocol to end the rendering when the game freezes
- Added EULA license to the project

Update 0.2:
- Using Chromium Embedded Framework (CEF) instead of Ultralight just like NUI used in FiveM.
- Fixed CSS and HTML limitations by the Cef upgrade.